google.golang.org/grpc/internal/transport.bdpEstimator.bwMax (field)

4 uses

	google.golang.org/grpc/internal/transport (current package)
		bdp_estimator.go#L59: 	bwMax float64
		bdp_estimator.go#L123: 	if bwCurrent > b.bwMax {
		bdp_estimator.go#L124: 		b.bwMax = bwCurrent
		bdp_estimator.go#L129: 	if float64(b.sample) >= beta*float64(b.bdp) && bwCurrent == b.bwMax && b.bdp != bdpLimit {